home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15437 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.interpath.net!softbase
  2. From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BWCC 2.0 Turbo C++ for Windows
  5. Date: 5 Apr 1996 14:11:21 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4k39m9$mc1@news.interpath.net>
  8. References: <31621C52.3898@sasknet.sk.ca> <4jv14n$22g@news.paonline.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. I had this problem! Here's what's going on, thanks to weeks of my
  13. trying to figure it out. This was one of the strangest, weirdest, most
  14. surreal experiences I've ever had.
  15.  
  16. As soon as I installed BC 4.5 a while back, I tried to run resource
  17. workshop and got the BWCC error. This shocked me, as I HAD JUST
  18. INSTALLED THE PROGRAM. How could it be an error?  I spent a LONG time
  19. looking at version numbers in my windows and system directories, and
  20. everything looked great.  I was going nuts.
  21.  
  22. This is what happened:  In my startup group, I had at that time a
  23. program called Daily Notes for Windows, a notepad-thingy, which used
  24. the BWCC library. During installation, it installed a BWCC 1.0 library
  25. *IN ITS OWN DIRECTORY*. It loaded at system startup time, and thus it
  26. *LOADED 1.0 INTO MEMORY*.
  27.  
  28. When you run any program requiring 2.0, it tries to load the DLL, and
  29. sees it is already loaded. It then sees that it is the old version, and
  30. prints the error message. Once a DLL is installed, it can't be replaced
  31. while it is in use.
  32.  
  33. Now, if you start something that uses 2.0 *FIRST* and then load a 1.0
  34. program, everything is fine. My problem was the 1.0 loaded first and
  35. stayed in memory.
  36.  
  37. So scan your entire hard drive(s) for extraneous BWCC.DLL files!
  38.  
  39. Scott
  40.  
  41.